!% -S !================================================== Constant Story "DE BARON"; Constant Headline "^Een interactief verhaal, geschreven door Victor Gijsbers ^en gepubliceerd onder de GNU General Public License. ^Nieuwe lezers: TYPE ALSTUBLIEFT 'MENU', ook wanneer u een ^ervaren speler van interactieve fictie bent.^"; Constant NO_SCORE; Replace Refers; ! GoNeighbour requires this Replace MakeMatch; ! pname requires this Replace Identical; ! pname requires this Replace NounDomain; ! pname requires this Replace TryGivenObject; ! pname requires this Replace DrawStatusLine; ! To get rid of turns. Replace AfterGameOver; ! To ask for keystrokes between showing 'END' and asking final input. Include "Parser"; Include "pname.h"; ! better name disambiguation Include "library.inf"; ! *** Library messages *** Include "Verblib"; Include "GoNeighbour"; ! "Go to " Constant QuipsOnByDefault; ! Menu options are automatically turned on for gtalk Constant GT_SELECT = "Selecteer een optie "; Constant GT_ZEROEXIT = "of 0 om niets te zeggen "; Constant GT_WOULDLIKE = "Wat wil je zeggen?^"; Constant GT_NOQUIP = "Alles wat gezegd kon worden is gezegd.^"; Constant GT_NOSAY = "Je besluit om toch niets te zeggen.^"; Include "gtalkINT"; ! Menu based conversation !=================================================== ! *** Classes *** Include "classes.inf"; !=================================================== ! *** Scenes *** Include "scene_een.inf"; Include "scene_twee.inf"; Include "scene_drie.inf"; Include "scene_vier.inf"; Include "scene_vijf.inf"; Include "scene_zes.inf"; Include "scene_zeven.inf"; !=================================================== ! *** Special Routines en Objects *** Include "menus"; ! Support for menus Include "special.inf"; ! Special parts and the manu !=================================================== ! *** EntryPoints *** Include "entrypoint.inf"; ! Initialisation Include "GrammarD"; ! Dutch grammar !=================================================== ! *** Verbs and Grammar *** Include "grammarverbs.inf";